home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tfm26.zip / FILEMAN.DOC next >
Text File  |  1990-08-26  |  29KB  |  650 lines

  1.                        Telegard File Manager 2.6 -- Page 1
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                        Telegard File Manager 2.6 (Turbo C)
  9.                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10.                          Copyright 1990, by Todd Bolitho
  11.                               All rights reserved.
  12.  
  13.  
  14.         Promises
  15.         ~~~~~~~~
  16.         I  promise that this program will take up space on your  disk  or
  17.         hard drive.  No, come to think of it, I don't even promise  that!
  18.         Seriously, I am a HOBBYIST.  I am NOT a professional  programmer,
  19.         nor do I ever intend to become one.  I do this because I love it,
  20.         not because I am a well trained professional.  I use File  Manag-
  21.         er,  and  it  works fine on my system.  On your  system,  it  may
  22.         format your hard drive for all I know.  It may utterly and total-
  23.         ly  destroy your computer, cause a short circuit, and  burn  your
  24.         house down.  I didn't create it for the purpose of doing harm  to
  25.         anyone  or anything, but I don't promise you anything.   I  don't
  26.         warrantee anything.  I owe you nothing.  I shall not be responsi-
  27.         ble for any damages, direct or consequential, resulting from File
  28.         Manager, or its use.
  29.  
  30.         Raison D'Etre
  31.         ~~~~~~~~~~~~~
  32.         File  Manager  was originally conceived as a  simple  program  to
  33.         allow  SysOps  to take files on and offline in  Telegard  without
  34.         having  to log on and manually change the file listing  for  each
  35.         file.   Soon  afterwards,  Phil Katz came out with  his  new  and
  36.         improved compression method, so a routine to adjust file size  in
  37.         the  listing  was also added.  These early versions  were  simple
  38.         commandline  programs that ran through all the file bases on  the
  39.         system correcting all the listings as it went, much like the AUTO
  40.         mode  in  this new version does now.  These older  versions  were
  41.         slow, but they did the job.  It became apparent that a DOS  level
  42.         management system for TG *.DIR files was also needed.  I  decided
  43.         to  write the utility using some of the concepts and ideas in  my
  44.         early  File  Manager  versions.  While I kept some  of  the  same
  45.         concepts, I did not try to maintain compatibility, so if you  are
  46.         still  using  the old File Managers, you will need to  redo  your
  47.         batch calls to the new, and simpler, "FILEMAN AUTO" command.
  48.                        Telegard File Manager 2.6 -- Page 2
  49.  
  50.  
  51.  
  52.         Money
  53.         ~~~~~
  54.         I want some.  This program is "shareware".  While I encourage you
  55.         to  send the complete ZIP file to any and all of your friends  to
  56.         try, you are given a 15 day trial period to evaluate File  Manag-
  57.         er.  If you have not "registered" your File Manager by then, your
  58.         free trial period is over.  Registration is $25.
  59.  
  60.         I have tried to make your registration as painless as possible by
  61.         providing a separate program to handle your registration for you.
  62.  
  63.         REG.EXE
  64.         ~~~~~~~
  65.         REG.EXE is a registration program designed to make your registra-
  66.         tion  as  simple and painless as possible.  Simply turn  on  your
  67.         printer,  and run the program.  Alter the fields to  reflect  the
  68.         correct  information, and press <CTRL-ENTER> or just hit  <ENTER>
  69.         all  the  way through the last field.  REG.EXE  will  print  your
  70.         registration  form,  ALREADY FILLED OUT for you!  If you  do  not
  71.         have  a printer, run the program anyway, and write down  all  the
  72.         information presented on a piece of paper.  Just mail that  paper
  73.         along with a check, money order, or cashier's check  for $25 to:
  74.  
  75.                                              Todd Bolitho
  76.                                              1504 N. Vermont
  77.                                              Royal Oak, MI   48067
  78.  
  79.         New Features
  80.         ~~~~~~~~~~~~~
  81.         v2.6
  82.         Tagged  operations  are finally added!  You  can  now  manipulate
  83.         whole groups of tagged files very quickly.
  84.  
  85.         v2.5
  86.         Small  Changes  -  New documentation,  new  registration  system,
  87.         multiple  monotor  support in "REG.EXE", File Manager  no  longer
  88.         dependent on "STATUS.DAT" encoded information.
  89.                        Telegard File Manager 2.6 -- Page 3
  90.  
  91.  
  92.         TG Structure
  93.         ~~~~~~~~~~~~
  94.         A little background information might be helpful in  understand-
  95.         ing all the power and uses of File Manager.  Telegard looks  for
  96.         the files you have in your bases, on your hard drive or  floppy,
  97.         according   to  the  DL Path.  Perhaps  you  have  wondered  how
  98.         Telegard  keeps track of all those files.  Telegard  stores  all
  99.         the   information on these bases in separate files with a  *.DIR
  100.         extension, one  "DIR"  file  for each base.  In other words,  to
  101.         find  out information  about the SysOp Directory on your system,
  102.         Telegard  must  look  in the file most  likely  named  (by  you)
  103.         "SYSOP"  with a "DIR" extension - "SYSOP.DIR".  It is these  DIR
  104.         files  that   File Manager is most concerned with  altering  and
  105.         modifying, according to your wishes.
  106.  
  107.         File  Manager  must also work with several other files  used  by
  108.         Telegard, but most of these are not important for you to  under-
  109.         stand.  The only exception might be "UPLOADS.DAT"  which  stores
  110.         the  DL  Paths and UL Paths for the various  file  bases.   File
  111.         Manager  has  a very powerful feature that allows  you  to  move
  112.         entire  bases to other drives or directories.  The  significance
  113.         of   UPLOADS.DAT  and the file paths is explained  elsewhere  in
  114.         the help system under "Move Files" and other functions.
  115.  
  116.         File Manager - How To Set It Up
  117.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  118.         Place REG.EXE, FILEMAN.EXE, and FILEMAN.HLP anywhere you like in
  119.         your  system's PATH.  As  long  as your main BBS directory,  and
  120.         FILEMAN.HLP are somewhere in  the  path, File Manager will  find
  121.         them, and can run from anywhere.  If your main BBS directory  is
  122.         not in your path, place File  Manager, and it's associated files
  123.         in  the main BBS directory.  This is the directory with  BBS.EXE
  124.         and  STATUS.DAT. I strongly  urge you to also install,  in  your
  125.         path, IFL.COM, which can be called  by File Manager to view  the
  126.         interiors of all known  compression  formats.
  127.  
  128.         See also: ^Function Keys^   ^Special Keys^   ^Command Line Help^
  129.  
  130.         Function Keys
  131.         ~~~~~~~~~~~~~
  132.         <F1>  Online Help
  133.         <F2>  Smartload - Loads UPLOADS.DAT and DIR
  134.         <F3>  Direct Load - Loads DIR only
  135.         <F4>  Execute a single DIR
  136.         <F5>  Execute all DIRs in system
  137.         <F6>  Interior File List (IFL)
  138.         <F7>  Dos Shell
  139.         <F8>  Sort Method
  140.         <F9>  Write DIR file to disk
  141.         <F10> Accept Listing Editor's current fields
  142.  
  143.         See also:       ^TG Structure^         ^Special Keys^
  144.                        Telegard File Manager 2.6 -- Page 4
  145.  
  146.  
  147.  
  148.         Special Keys                            <T> = Tag Functions
  149.         ~~~~~~~~~~~~
  150.         <Spacebar>   Tag Selected File Listing
  151.         <Tab>        Invert All Tags
  152.         <Alt - T>    Tag All File Listings in DIR
  153.         <Alt - C>    Clear All Tags In DIR
  154.         <Alt - D>    Delete Listings/Files With Prompt On Each      <T>
  155.         <Ctrl- D>    Delete Listings Only  Without Prompts          <T>
  156.         <Shft- D>    Mass Delete Tagged Listings And Files          <T>
  157.         <Alt - M>    Move Listings/Files (Registered Versions Only) <T>
  158.         <Alt - I>    Insert New Listing  (Registered Versions Only)
  159.         <Alt - F>    Filespec Upload     (Registered Versions Only)
  160.         <Alt - R>    Registration Info   (Registered Versions Only)
  161.         <Alt - U>    User Choose
  162.         <Alt - X>    Fast Exit
  163.  
  164.  
  165.         See also:                ^TG Structure^        ^Function Keys^
  166.  
  167.  
  168.  
  169.         Smartload
  170.         ~~~~~~~~~
  171.         The  Smartload  function can be called by selecting  the  "File"
  172.         menu, moving the cursor to "Smartload" and pressing <ENTER>,  or
  173.         by  simply   pressing  F2.  Smartload  places  UPLOADS.DAT  into
  174.         memory,  and   then offers the user a choice of  file  bases  to
  175.         operate   on.   Smartload  is the method you should use  to  put
  176.         your   files  into memory  99% of the time, which is why  it  is
  177.         first  in  the  menu choices.  Smartload allows File Manager  to
  178.         know  where files  are actually kept, because UPLOADS.DAT is  in
  179.         memory  and  supplies the DL  Paths  needed to find  the  actual
  180.         files listed  in  each  DIR file.
  181.  
  182.         When  DIR files are Smartloaded, all of File Manager's  features
  183.         are fully functional.  The ONLY disadvantage is that UPLOADS.DAT
  184.         takes up space in memory, so if your system has limited  memory,
  185.         and  if you are working on extremely large DIR files (over  1000
  186.         listings), you may wish to opt to Direct Load instead.
  187.  
  188.         See also:    ^Direct Load^     ^Move Files^     ^TG Structure^
  189.  
  190.  
  191.         Direct Load
  192.         ~~~~~~~~~~~
  193.         Also  called by pressing F3, Direct Loading offers the  raw  DIR
  194.         filenames  as choices for loading.  Direct Loading is only  used
  195.         when  working  under severely constrained  memory  requirements.
  196.         In  cases  where  File Manager functions require a  DL  Path  to
  197.         operate,  these   functions have been disabled  or  modified  to
  198.         discard  the DIR file in memory, and Smartload the base instead.
  199.  
  200.         See also:    ^Smartload^      ^Move Files^      ^TG Structure^
  201.                        Telegard File Manager 2.6 -- Page 5
  202.  
  203.  
  204.  
  205.         Move Files
  206.         ~~~~~~~~~~
  207.         The Move Files command Smartloads a DIR file and allows the user
  208.         to  alter the DL Path.  File Manager knows where the current  DL
  209.         Path  is by looking  where this information is stored  by  Tele-
  210.         gard:  UPLOADS.DAT.   This is the reason for File  Manager  MUST
  211.         Smartload  a DIR if you have not already done so, whenever  this
  212.         function   is called.  Once the Smartload is done, File  Manager
  213.         will  ask  you for a NEW DL PATH.  When the new  path  has  been
  214.         entered, this function will move all listings in the DIR file to
  215.         the  new location you have specified.
  216.  
  217.  
  218.         If  the  physical path does not exist, it will first  parse  the
  219.         path   given,  creating  all necessary  directories,  and   then
  220.         complete  it's task.  It will REWRITE your UPLOADS.DAT with  the
  221.         new  DL  Path so that Telegard will know where to find  all  the
  222.         files you just moved!
  223.  
  224.         WARNING:   The  UL PATH will also be reset to  the same  as  the
  225.         newly entered DL Path.  If you wish to have files uploaded to  a
  226.         separate directory, you MUST reset the path in Telegard.  Again,
  227.         the  UL Path is automatically written to be exactly the same  as
  228.         the DL Path whenever this function is called.
  229.  
  230.  
  231.         Additional  Information:   If the drive of the new path  is  the
  232.         same  as  the  drive in the old path, File Manager  is  able  to
  233.         simply  rebuild the directory structure to each file,  and  thus
  234.         does not have to physically copy each file to it's new location,
  235.         then  delete the old files.  If the drive specifier in  the  new
  236.         path is different than the old one, File Manager will  dutifully
  237.         copy  and  delete as described above.  It is therefore  wise  to
  238.         always include the COMPLETE pathname, including the drive speci-
  239.         fier.   It won't hurt anything not to do this, but it will  slow
  240.         File  Manager down as it copies and deletes every  single  file,
  241.         instead  of just rebuilding the directory structures  underneath
  242.         the listings.
  243.  
  244.         See also:     ^Smartload^     ^Direct Load^     ^TG Structure^
  245.  
  246.  
  247.         Write*.DIR
  248.         ~~~~~~~~~~~
  249.         Selecting  this  function from the menu, or calling it  with  F9
  250.         will  cause the DIR file in memory to be written to your  drive.
  251.         It  is  necessary to call this function each time you  are  done
  252.         working on a DIR, and wish to save the work to disk.
  253.  
  254.         See also:        ^Function Keys^
  255.                        Telegard File Manager 2.6 -- Page 6
  256.  
  257.  
  258.         Erase *.DIR
  259.         ~~~~~~~~~~~
  260.         This function should be called with EXTREME CAUTION!  It is used
  261.         to DELETE a DIR file.  If you use this, and then attempt to view
  262.         the  listings in the base serviced by the now deleted DIR  file,
  263.         the  base will contain NO LISTINGS.  This function  has  limited
  264.         value, but is valuable when one wishes to erase old DIR files no
  265.         longer used.
  266.  
  267.         DOS Shell
  268.         ~~~~~~~~~
  269.         "Drops  To DOS",  keeping  File Manager in memory.  Also  called
  270.         with F7, it is used when one wishes to operate on the DOS level,
  271.         without  losing place in File Manager.  Memory available to  DOS
  272.         will be sharply reduced, as File Manager is still in place,  and
  273.         taking up space in your machine's memory.
  274.  
  275.         See also:  ^Function Keys^
  276.  
  277.         Modify
  278.         ~~~~~~
  279.         Simply select "Modify" to enter File Manager's DIR file  editing
  280.         system.  If no DIR file is present in memory, File Manager  will
  281.         Smartload  the  DIR of your choice before entering  the  editor.
  282.         Use the regular PgUp/PgDn, Home, End, and arrow keys to move the
  283.         Edit Bar to various listings in your DIR.
  284.  
  285.         See also:                ^Edit DIR^              ^Edit Listing^
  286.  
  287.  
  288.         <SPACEBAR> - Tagging Files
  289.         ~~~~~~~~~~~~~~~~~~~~~~~~~~
  290.         Use  the <spacebar> to tag or untag the selected file for  later
  291.         manipulation in a group of files.  "Move" and "Delete" functions
  292.         have the ability to use tags.
  293.  
  294.         <ENTER> - The Listing Editor
  295.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  296.         Place the Edit Bar on a listing, and press <ENTER>.  Voila!  You
  297.         are  in the Listing Editor.  Remember, this is an editor  within
  298.         an editor.  Here you may alter all aspects of the listing EXCEPT
  299.         it's  "Status".   Since "Status" is done automatically  for  you
  300.         when  you "Execute" File Manager's "Services", you have no  need
  301.         to do it manually.
  302.  
  303.         <ALT-T>
  304.         ~~~~~~~
  305.         Tag all the file listings in the currently loaded DIR.
  306.  
  307.         <ALT-C>
  308.         ~~~~~~~
  309.         Clear all tags in the currently loaded DIR.
  310.                        Telegard File Manager 2.6 -- Page 7
  311.  
  312.  
  313.         <TAB>
  314.         ~~~~~
  315.         Inverts tags.  All tagged files become untagged, while  untagged
  316.         files become tagged.  A good tool for large DIRs!
  317.  
  318.         <ALT-D>
  319.         ~~~~~~~
  320.         Use  this to <D>elete tagged or single listings from  your  DIR.
  321.         File  Manager  will  ask you whether or not you  would  like  to
  322.         delete EACH ACTUAL FILE as well.
  323.  
  324.         <SHIFT-D>
  325.         ~~~~~~~~~
  326.         Deletes all tagged listings AND THE ACTUAL FILES FROM THE  DISK.
  327.         You get one chance to back out, then they're gone!   Be careful.
  328.  
  329.         <CTRL-D>
  330.         ~~~~~~~~
  331.         Deletes tagged file listings only.  NEVER erases physical files.
  332.  
  333.         <ALT-F> (Registered Versions Only)
  334.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335.         Use Filespec Upload to bring whole groups of files into your DIR
  336.         according  to the wildcard specs you supply!  If you  wish,  you
  337.         may  also use this to upload single files by  simply  specifying
  338.         the exact filename to upload.
  339.  
  340.         <ALT-I> (Registered Versions Only)
  341.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  342.         Insert Newfile - Selecting this function will insert a new entry
  343.         in your DIR that looks like this: "*NEWFILE.NEW".  If you do not
  344.         edit this name with the Listing Editor, File Manager will remove
  345.         the entry before saving your DIR back to disk.
  346.  
  347.         <ALT-M> (Registered Versions Only)
  348.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349.         Use this function to move a single listing/file by simply  call-
  350.         ing  it.  If you wish to move entire groups of files,  tag  them
  351.         first.   This command will prompt you for the base to  move  to,
  352.         and then proceed to move both listing and physical file.
  353.  
  354.         <ALT-A> (Registered Versions Only)
  355.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  356.         Add To End - Selecting this function will create a new entry  at
  357.         the  end of your DIR that looks like this:  "*NEWFILE.NEW".   If
  358.         you do not edit this name with the Listing Editor, File  Manager
  359.         will remove the entry before saving your DIR back to disk.
  360.                        Telegard File Manager 2.6 -- Page 8
  361.  
  362.  
  363.         <F6>
  364.         ~~~~
  365.         This function key, when in either the DIR Editor, or the Listing
  366.         Editor,  will call IFL.COM to show you what files are  contained
  367.         in  the  listing  selected.  IT should be obvious  that  if  the
  368.         listing is not a compressed format such as ZIP, ARC, ZOO,  etc.,
  369.         IFL will not be able to show that any files are contained within
  370.         the  listing.   For instance, if your Edit Bar is  on  FILE.TXT,
  371.         there  are  no files compressed in text files, so IFL  will  not
  372.         show  any  (duhhhhhh).  Also, if you have not  Smartloaded  your
  373.         DIR,  the DL Path is not available to File Manager, so it  would
  374.         not be able to call this function.
  375.  
  376.         See also:               ^Modify^                 ^Edit Listing^
  377.  
  378.  
  379.         <PgDn/PgUp>
  380.         ~~~~~~~~~~~
  381.         By  pressing either of these keys, the Listing Editor  will  ad-
  382.         vance  to the next listing in the base.  All modifications  done
  383.         thus far become part of the DIR in memory and will be saved when
  384.         you press <F9> to save your work.
  385.  
  386.         <F6>
  387.         ~~~~
  388.         This function key, when in either the DIR Editor, or the Listing
  389.         Editor,  will call IFL.COM to show you what files are  contained
  390.         in  the  listing  selected.  IT should be obvious  that  if  the
  391.         listing is not a compressed format such as ZIP, ARC, ZOO,  etc.,
  392.         IFL will not be able to show that any files are contained within
  393.         the  listing.   For instance, if your Edit Bar is  on  FILE.TXT,
  394.         there  are  no files compressed in text files, so IFL  will  not
  395.         show  any  (duhhhhhh).  Also, if you have not  Smartloaded  your
  396.         DIR,  the DL Path is not available to File Manager, so it  would
  397.         not be able to call this function.
  398.  
  399.         <ALT-U>
  400.         ~~~~~~~
  401.         This  command works ONLY when the cursor has been placed on  the
  402.         User NUMBER entry in the form.  Pressing <ALT-U> will provide  a
  403.         list  of  all the users on your system, choosing  one  of  these
  404.         users will place the user's name in the Uploader's Name & User #
  405.         entries  of  the form.  You may of course  edit  them  manually.
  406.         This is provided as a quick and helpful aid to the SysOp.
  407.  
  408.         Verbose Descriptions
  409.         ~~~~~~~~~~~~~~~~~~~~
  410.         Due to a limitation in Telegard itself, when creating a  Verbose
  411.         Description, File Manager must immediately save the DIR file  or
  412.         the Verbose entry could be lost forever.
  413.                        Telegard File Manager 2.6 -- Page 9
  414.  
  415.  
  416.         <CTRL-ENTER> or <F10>
  417.         ~~~~~~~~~~~~~~~~~~~~~
  418.         These functions place the alterations made to the current  list-
  419.         ing  into  the  DIR memory and return to the  DIR  Editor.   The
  420.         alterations  will  be  saved to disk with the DIR  file  if  you
  421.         choose the <F9> function.
  422.  
  423.         See also:            ^Modify^           ^Edit DIR^
  424.  
  425.         Execute
  426.         ~~~~~~~
  427.         These functions will execute all the "Services" provided by File
  428.         Manager  in  it's automatic modes.  You are  allowed  to  choose
  429.         between  executing  a single DIR, or ALL DIRs  in  your  system.
  430.         When  Executing, File Manager displays each listing, file  sizes
  431.         (in  blocks),  whether  or  not  the  listing  is  correct,  the
  432.         ONLINE/OFFLINE "Status" of each listed file, and again,  whether
  433.         or  not that is correct.  The far right column shows whether  or
  434.         not  File Manager has altered the listing on your behalf.   File
  435.         Manager will only alter these listings if you have  specifically
  436.         asked it to, by selecting the appropriate "Services".
  437.  
  438.         See also:            ^Single Execute^          ^All Execute^
  439.  
  440.         Single DIR Execution
  441.         ~~~~~~~~~~~~~~~~~~~~
  442.         This  function  executes File Manager's services on the  DIR  in
  443.         memory.   It  will NOT save the changes to disk,  and  will  not
  444.         affect  any DIR other than the one you are working on.   If  you
  445.         wish to save the DIR after execution, press <F9>.
  446.  
  447.          See also:           ^Execute^                 ^All Execute^
  448.  
  449.  
  450.         All Execute
  451.         ~~~~~~~~~~~
  452.         File  Manager's  Auto Mode.  This will  execute  File  Manager's
  453.         Services  on all the DIRs in your system.  Once started,  it  is
  454.         not  possible to stop without rebooting.  All changes are  saved
  455.         to  disk, memory is then cleared, and you may work  on  whatever
  456.         DIRs you wish.
  457.  
  458.         See also:            ^Execute^               ^Single Execute^
  459.  
  460.  
  461.         Services
  462.         ~~~~~~~~
  463.         "Services"  are  "Executed" to make changes in a  DIR.   If  you
  464.         choose  not  to execute these services, File  Manager  will  not
  465.         provide  these  services  to you!  Check-mark  each  service  by
  466.         moving the cursor bar onto it, and pressing <ENTER>.
  467.                        Telegard File Manager 2.6 -- Page 10
  468.  
  469.  
  470.         Correct File Sizes
  471.         ~~~~~~~~~~~~~~~~~~
  472.         If this flag is check-marked, File Manager will find the  actual
  473.         sizes  of each file listed in a DIR, compute it's  correct  size
  474.         (in blocks), and then alters each listing to reflect that.
  475.  
  476.  
  477.         Fix "Request Only"
  478.         ~~~~~~~~~~~~~~~~~~
  479.         If this flag is check-marked, File Manager will determine wheth-
  480.         er or not a physical file corresponding to each listing actually
  481.         exists.    File   Manager  compares  this  to   each   listings'
  482.         ONLINE/OFFLINE  status,  and  if the listing  is  incorrect,  it
  483.         alters  the listing to reflect the true condition.   This  is  a
  484.         VERY  handy feature.  Using this feature, you may remove  entire
  485.         GROUPS of files, run File Manager, and ALL the listings will  be
  486.         corrected  to show what files have been made  "Offline"!   Like-
  487.         wise, when you again place those files back onto your drive, you
  488.         may run File Manager to restore all the listings to "Online".
  489.  
  490.  
  491.         Verbose Packing
  492.         ~~~~~~~~~~~~~~~
  493.         Through a complex series of procedures, File Manager is able  to
  494.         reduce the amount of disk space used by VERBOSE.DAT.  Check-mark
  495.         this   flag  to  select  this  service.   This  maintains   your
  496.         VERBOSE.DAT in top condition each time you run it.
  497.  
  498.  
  499.         Sort Type
  500.         ~~~~~~~~~
  501.         Selected  through the menu, or by pressing F8, this is  used  to
  502.         pick the type of sorting you would like performed each time  you
  503.         Execute the Services in File Manager.  If you select "None", the
  504.         check-mark will disappear from this item.
  505.  
  506.         Backwards Sorting
  507.         ~~~~~~~~~~~~~~~~~
  508.         Duhhhhhh, what could this be?
  509.                        Telegard File Manager 2.6 -- Page 11
  510.  
  511.  
  512.         Delete OLD *.DIRs
  513.         ~~~~~~~~~~~~~~~~~
  514.         When File Manager saves your DIR files back to disk, it does not
  515.         overwrite the old DIR file.  Rather, it RENAMES the old DIR file
  516.         to *.OLD, and then writes the new DIR file.  This is a  built-in
  517.         protection  provided in case you decide you have made  an  error
  518.         while  working  on your directories.  IF such an error  were  to
  519.         occur,  you  could drop to dos, go into your  GFILES  directory,
  520.         delete the *.DIR file you just wrote, and RENAME the *.OLD  file
  521.         to a DIR extension.
  522.  
  523.         Since  many  people are willing to risk the errors in  favor  of
  524.         having  more available disk space, a function has been  provided
  525.         to  AUTOMATICALLY  DELETE  *.OLD files each  time  File  Manager
  526.         writes  a DIR.  Theoretically, one could still drop to dos,  and
  527.         use  Norton or another disk utility to unerase the  *.OLD  file,
  528.         and  still save the day, but not when File Manager has  executed
  529.         ALL  the DIRs.  It's a judgment call.  File Manager defaults  to
  530.         preserving the *.OLD files.  Use it with caution.
  531.  
  532.  
  533.         Kill "Offline"
  534.         ~~~~~~~~~~~~~~
  535.         If  you are not in the habit of keeping files "Offline" on  your
  536.         system, you may wish to select this service.  Check-marking this
  537.         flag  will cause File Manager to AUTOMATICALLY  DELETE  listings
  538.         that do not have physical files on the drive to correspond  with
  539.         each  listing.   This is handy for "Spring Cleaning"  your  hard
  540.         drive.  If the listing is marked as "Offline", File Manager will
  541.         not  delete it the listing until it first checks to see  if  the
  542.         physical file is on the drive.  If the file exists, File Manager
  543.         will NOT delete the file.
  544.  
  545.  
  546.         Report To File
  547.         ~~~~~~~~~~~~~~
  548.         When  File  Manager is run in AUTO mode, you may opt to  get  an
  549.         ASCII  text  file report.  The report will appear  in  the  same
  550.         directory as FILEMAN.EXE and will be named FILEMAN.RPT.
  551.  
  552.         See also     ^Report To Printer^
  553.  
  554.  
  555.         Report To Printer
  556.         ~~~~~~~~~~~~~~~~~
  557.         When  File  Manager is run in AUTO mode, you may opt  to  get  a
  558.         printed  report.   MAKE SURE your printer is ON  before  running
  559.         File Manager!
  560.  
  561.         See also:    ^Report To File^
  562.                        Telegard File Manager 2.6 -- Page 12
  563.  
  564.  
  565.         Write Data File
  566.         ~~~~~~~~~~~~~~~
  567.         After  you figure out which "Services" you would like  performed
  568.         for  you, select this option to write a data file to  your  disk
  569.         containing all this information.  The file is named FILEMAN.DAT,
  570.         and  will  be  referred to each time  File  Manager  runs,  thus
  571.         allowing  you to customize the services performed for you  on  a
  572.         daily basis.
  573.  
  574.         See also:    ^Command Line Help^
  575.  
  576.  
  577.         No Help Needed!
  578.         ~~~~~~~~~~~~~~~
  579.         Aw, c'mon... you can figure this out if you really try!
  580.  
  581.  
  582.         Commandline Arguments
  583.         ~~~~~~~~~~~~~~~~~~~~~
  584.         File Manager accepts the following commandline arguments:
  585.  
  586.  
  587.         FILEMAN AUTO
  588.         ~~~~~~~~~~~~
  589.         File Manager loads each DIR and Executes according to the  Serv-
  590.         ices  you have specified in FILEMAN.DAT.  IF FILEMAN.DAT is  not
  591.         present  on the drive, File Manager executes according  to  it's
  592.         built-in defaults.
  593.  
  594.  
  595.         Commandline Screen
  596.         ~~~~~~~~~~~~~~~~~~
  597.         The  following  commandline  arguments  are  used  to  set  File
  598.         Manager's  Screen characteristics.  You must "Write  Data  File"
  599.         FILEMAN.DAT to preserve these settings for future use.
  600.  
  601.  
  602.         FILEMAN 25
  603.         ~~~~~~~~~~
  604.         Sets normal 25 Line mode (default).
  605.  
  606.  
  607.         FILEMAN 43
  608.         ~~~~~~~~~~
  609.         Sets EGA 43 Line mode.
  610.  
  611.  
  612.         FILEMAN 50
  613.         ~~~~~~~~~~
  614.         Sets VGA 50 Line mode.
  615.  
  616.  
  617.         FILEMAN BIOS
  618.         ~~~~~~~~~~~~
  619.         Sets BIOS Screen Writing mode.
  620.                        Telegard File Manager 2.6 -- Page 13
  621.  
  622.  
  623.         FILEMAN MONO
  624.         ~~~~~~~~~~~~
  625.         Sets File Manager to MonoChrome (black-and-white) mode.
  626.  
  627.  
  628.         FILEMAN COLOR
  629.         ~~~~~~~~~~~~~
  630.         Sets File Manager to Color mode (default).
  631.  
  632.  
  633.         FILEMAN SNOW
  634.         ~~~~~~~~~~~~
  635.         Sets CGA Direct Screen Write mode with snow checking.
  636.  
  637.  
  638.         FILEMAN CGA/EGACARD
  639.         ~~~~~~~~~~~~~~~~~~~
  640.         Adjusts  the  screen  size to allow for  systems  uiltizing  CGA
  641.         monitors with EGA cards.
  642.  
  643.  
  644.         FILEMAN NORM
  645.         ~~~~~~~~~~~~
  646.         Used  to  reset  File Manager's screen  characteristics  to  the
  647.         original  25 line, color direct screen write mode.  If you  have
  648.         not saved a FILEMAN.DAT file, you will never need this  command.
  649.         You may achieve the same goal by simply deleting FILEMAN.DAT.
  650.